home *** CD-ROM | disk | FTP | other *** search
- object FConvert: TFConvert
- Left = 294
- Top = 327
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Convert'
- ClientHeight = 173
- ClientWidth = 472
- Color = clBtnFace
- Constraints.MaxHeight = 201
- Constraints.MaxWidth = 480
- Constraints.MinHeight = 200
- Constraints.MinWidth = 480
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object gProgress: TbsSkinGauge
- Left = 30
- Top = 33
- Width = 323
- Height = 21
- TabOrder = 3
- Visible = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'gaugelight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = False
- VisibleOnlyIfWork = False
- ShowProgressText = True
- ShowPercent = False
- MinValue = 0
- MaxValue = 100
- Value = 0
- Vertical = False
- end
- object bCancel: TbsSkinButton
- Left = 385
- Top = 46
- Width = 75
- Height = 24
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'Cancel'
- NumGlyphs = 2
- Spacing = 1
- Cancel = True
- ModalResult = 2
- end
- object bOK: TbsSkinButton
- Left = 385
- Top = 16
- Width = 75
- Height = 24
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'OK'
- NumGlyphs = 2
- Spacing = 1
- Default = True
- ModalResult = 1
- OnClick = bOKClick
- end
- object BaseContainer: TAMContainer
- Left = 15
- Top = 15
- Width = 355
- Height = 140
- DoubleBuffered = False
- object FrameBevel: TbsSkinBevel
- Left = 0
- Top = 0
- Width = 355
- Height = 140
- Align = alClient
- Shape = bsFrame
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'bevel'
- DividerMode = False
- end
- object FormatContainer: TAMContainer
- Left = 5
- Top = 5
- Width = 340
- Height = 130
- DoubleBuffered = False
- object Image1: TImage
- Left = 91
- Top = 5
- Width = 2
- Height = 118
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object rbJPEG: TAMCheckRadioBox
- Left = 13
- Top = 8
- Width = 43
- Height = 18
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = True
- GroupIndex = 1
- Caption = ' JPEG'
- OnClick = rbJPEGClick
- AutoSize = True
- end
- object rbBMP: TAMCheckRadioBox
- Left = 13
- Top = 27
- Width = 39
- Height = 18
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = ' BMP'
- OnClick = rbJPEGClick
- AutoSize = True
- end
- object rbGIF: TAMCheckRadioBox
- Left = 13
- Top = 46
- Width = 33
- Height = 18
- TabOrder = 2
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = ' GIF'
- OnClick = rbJPEGClick
- AutoSize = True
- end
- object rbPNG: TAMCheckRadioBox
- Left = 13
- Top = 84
- Width = 39
- Height = 18
- TabOrder = 4
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = ' PNG'
- OnClick = rbJPEGClick
- AutoSize = True
- end
- object rbTIFF: TAMCheckRadioBox
- Left = 13
- Top = 65
- Width = 38
- Height = 18
- TabOrder = 3
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = ' TIFF'
- OnClick = rbJPEGClick
- AutoSize = True
- end
- object rbTGA: TAMCheckRadioBox
- Left = 13
- Top = 103
- Width = 38
- Height = 18
- TabOrder = 5
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = ' TGA'
- OnClick = rbJPEGClick
- AutoSize = True
- end
- object AMContainer1: TAMContainer
- Left = 115
- Top = 0
- Width = 225
- Height = 130
- Align = alRight
- DoubleBuffered = False
- object fJPEGContainer: TAMContainer
- Left = 0
- Top = 0
- Width = 225
- Height = 130
- Align = alClient
- Color = clGreen
- DoubleBuffered = False
- object lQuality: TLabel
- Left = 17
- Top = 13
- Width = 38
- Height = 13
- Caption = 'Quality:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object JPEGRatioEdit: TAMEditGauge
- Left = 20
- Top = 36
- Width = 36
- Height = 16
- Text = '7'
- Precision = 0
- Value = 7
- MaxValue = 100
- zTag = 1
- ChangeOnEnter = False
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- UseSkinFont = True
- DefaultWidth = 0
- DefaultHeight = 16
- ButtonMode = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'editlight'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 13
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChangeEx = JPEGRatioEditChangeEx
- end
- object JPEGRatioComboBox: TbsSkinComboBox
- Tag = 3
- Left = 99
- Top = 36
- Width = 91
- Height = 19
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'simplecombobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 11
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AlphaBlend = False
- AlphaBlendValue = 0
- AlphaBlendAnimation = False
- ListBoxUseSkinFont = True
- ImageIndex = -1
- ListBoxCaptionMode = False
- ListBoxDefaultFont.Charset = DEFAULT_CHARSET
- ListBoxDefaultFont.Color = clWindowText
- ListBoxDefaultFont.Height = 13
- ListBoxDefaultFont.Name = 'Tahoma'
- ListBoxDefaultFont.Style = []
- ListBoxDefaultCaptionFont.Charset = DEFAULT_CHARSET
- ListBoxDefaultCaptionFont.Color = clWindowText
- ListBoxDefaultCaptionFont.Height = 14
- ListBoxDefaultCaptionFont.Name = 'Arial'
- ListBoxDefaultCaptionFont.Style = []
- ListBoxDefaultItemHeight = 20
- ListBoxCaptionAlignment = taLeftJustify
- TabStop = True
- Text = 'HIGH'
- Items.Strings = (
- 'LOW'
- 'MEDIUM'
- 'HIGH'
- 'MAXIMUM')
- ItemIndex = 2
- DropDownCount = 8
- HorizontalExtent = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'Tahoma'
- Font.Style = []
- Sorted = False
- Style = bscbFixedStyle
- OnChange = JPEGRatioEditChangeEx
- end
- object JPEGRatioTrackBar: TbsSkinSlider
- Tag = 2
- Left = 15
- Top = 57
- Width = 180
- Height = 33
- TabOrder = 2
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'slider'
- Color = clBlack
- Options = [soSmooth]
- ParentColor = False
- TabStop = False
- Value = 70
- Transparent = True
- UseSkinThumb = True
- OnChange = JPEGRatioEditChangeEx
- end
- end
- object fBMPContainer: TAMContainer
- Left = 0
- Top = 0
- Width = 225
- Height = 130
- Align = alClient
- Color = 15383061
- Visible = False
- DoubleBuffered = False
- object LCompression: TLabel
- Left = 16
- Top = 13
- Width = 61
- Height = 13
- Caption = 'Compression'
- Transparent = True
- end
- object rbBMPRLE: TAMCheckRadioBox
- Left = 16
- Top = 52
- Width = 34
- Height = 16
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = 'RLE'
- AutoSize = True
- end
- object rbBMPNone: TAMCheckRadioBox
- Left = 16
- Top = 32
- Width = 39
- Height = 16
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = True
- GroupIndex = 1
- Caption = 'None'
- OnClick = rbBMPNoneClick
- AutoSize = True
- end
- end
- object fGIFContainer: TAMContainer
- Left = 0
- Top = 0
- Width = 225
- Height = 130
- Align = alClient
- Color = clYellow
- Visible = False
- DoubleBuffered = False
- object cbGIFInterlaced: TAMCheckRadioBox
- Left = 10
- Top = 13
- Width = 60
- Height = 16
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'checkboxlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = False
- Checked = False
- GroupIndex = 0
- Caption = 'Interlaced'
- OnClick = cbGIFInterlacedClick
- AutoSize = True
- end
- end
- object fTGAContainer: TAMContainer
- Left = 0
- Top = 0
- Width = 225
- Height = 130
- Align = alClient
- Color = clMoneyGreen
- Visible = False
- DoubleBuffered = False
- object cbTGACompression: TAMCheckRadioBox
- Left = 10
- Top = 13
- Width = 73
- Height = 17
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'checkboxlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = False
- Checked = False
- GroupIndex = 0
- Caption = 'Compression'
- OnClick = cbTGACompressionClick
- AutoSize = True
- end
- end
- object fTIFFContainer: TAMContainer
- Left = 0
- Top = 0
- Width = 225
- Height = 130
- Align = alClient
- Color = clRed
- Visible = False
- DoubleBuffered = False
- object LCompression2: TLabel
- Left = 18
- Top = 13
- Width = 61
- Height = 13
- Caption = 'Compression'
- Transparent = True
- end
- object rbTIFFNone: TAMCheckRadioBox
- Left = 16
- Top = 30
- Width = 39
- Height = 17
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = True
- GroupIndex = 1
- Caption = 'None'
- OnClick = rbTIFFNoneClick
- AutoSize = True
- end
- object rbTIFFLZW: TAMCheckRadioBox
- Left = 16
- Top = 66
- Width = 37
- Height = 17
- TabOrder = 2
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = 'LZW'
- OnClick = rbTIFFNoneClick
- AutoSize = True
- end
- object rbTIFFRLE: TAMCheckRadioBox
- Left = 16
- Top = 48
- Width = 34
- Height = 17
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'radiobox'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = True
- Checked = False
- GroupIndex = 1
- Caption = 'RLE'
- OnClick = rbTIFFNoneClick
- AutoSize = True
- end
- end
- object fPNGContainer: TAMContainer
- Left = 0
- Top = 0
- Width = 225
- Height = 130
- Align = alClient
- Color = clSkyBlue
- Visible = False
- DoubleBuffered = False
- object LLargeFile: TLabel
- Left = 21
- Top = 101
- Width = 35
- Height = 11
- Caption = 'large file'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LSmallFile: TLabel
- Left = 157
- Top = 101
- Width = 36
- Height = 11
- Caption = 'small file'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object cbPNGCompression: TAMCheckRadioBox
- Left = 13
- Top = 39
- Width = 73
- Height = 17
- TabOrder = 1
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'checkboxlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = False
- Checked = False
- GroupIndex = 0
- Caption = 'Compression'
- OnClick = cbPNGCompressionClick
- AutoSize = True
- end
- object cbPNGInterlaced: TAMCheckRadioBox
- Left = 13
- Top = 15
- Width = 60
- Height = 17
- TabOrder = 0
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'checkboxlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 13
- DefaultFont.Name = 'Tahoma'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- ForcedColorUse = False
- ForcedColor = clBlack
- Flat = True
- TabStop = True
- CanFocused = True
- Radio = False
- Checked = False
- GroupIndex = 0
- Caption = 'Interlaced'
- OnClick = cbPNGInterlacedClick
- AutoSize = True
- end
- object PNGRatioTrackBar: TbsSkinSlider
- Left = 13
- Top = 65
- Width = 188
- Height = 33
- TabOrder = 3
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'slider'
- Enabled = False
- Increment = 9
- MaxValue = 9
- Options = [soSmooth]
- TabStop = False
- Transparent = True
- UseSkinThumb = True
- OnChange = PNGRatioEditChangeValue
- end
- object PNGRatioEdit: TAMNumericEdit
- Left = 154
- Top = 38
- Width = 40
- Height = 20
- Text = '0'
- UseZero = False
- EnterFocused = False
- Enabled = False
- Value = 0
- MaxValue = 9
- MinValue = 0
- OnChangeValue = PNGRatioEditChangeValue
- SkinDataName = 'editlight'
- OnMinValue = PNGRatioEditChangeValue
- OnMaxValue = PNGRatioEditChangeValue
- Cycle = False
- SkinData = SkinDataModule.SkinData
- TabOrder = 2
- end
- end
- end
- end
- end
- object bCancel2: TbsSkinButton
- Left = 385
- Top = 32
- Width = 74
- Height = 24
- TabOrder = 4
- Visible = False
- SkinData = SkinDataModule.SkinData
- SkinDataName = 'buttonlight'
- DefaultFont.Charset = DEFAULT_CHARSET
- DefaultFont.Color = clWindowText
- DefaultFont.Height = 14
- DefaultFont.Name = 'Arial'
- DefaultFont.Style = []
- DefaultWidth = 0
- DefaultHeight = 0
- UseSkinFont = True
- AllowAllUp = False
- TabStop = True
- CanFocused = True
- Down = False
- GroupIndex = 0
- Caption = 'Cancel'
- NumGlyphs = 2
- Spacing = 1
- Cancel = True
- OnClick = bCancel2Click
- end
- object SkinForm: TbsBusinessSkinForm
- GradientStartColor = clBlack
- GradientEndColor = clBlack
- DrawBackground = True
- ShowIcon = False
- MaximizeOnFullScreen = False
- AlphaBlend = False
- AlphaBlendAnimation = False
- AlphaBlendValue = 200
- ShowObjectHint = False
- MenusAlphaBlend = False
- MenusAlphaBlendAnimation = False
- MenusAlphaBlendValue = 200
- DefCaptionFont.Charset = DEFAULT_CHARSET
- DefCaptionFont.Color = clBtnText
- DefCaptionFont.Height = 14
- DefCaptionFont.Name = 'Arial'
- DefCaptionFont.Style = [fsBold]
- DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
- DefInActiveCaptionFont.Color = clBtnShadow
- DefInActiveCaptionFont.Height = 14
- DefInActiveCaptionFont.Name = 'Arial'
- DefInActiveCaptionFont.Style = [fsBold]
- DefMenuItemHeight = 20
- DefMenuItemFont.Charset = DEFAULT_CHARSET
- DefMenuItemFont.Color = clWindowText
- DefMenuItemFont.Height = 14
- DefMenuItemFont.Name = 'Arial'
- DefMenuItemFont.Style = []
- UseDefaultSysMenu = True
- SkinData = SkinDataModule.SkinDataDlg
- MinHeight = 0
- MinWidth = 0
- Magnetic = False
- MagneticSize = 5
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
- Left = 416
- Top = 112
- end
- end
-